AI image & video generation, background removal, and upscaling for coding agents. 10 models including Flux, SDXL, Seedream, Luma, and Seedance. Works in Claude Code, Cursor, and Windsurf.
Overview
Aether AI — Media Generation MCP Server
4 tools, 10 models. Generate production-quality media directly from your AI coding agent.
Tools
| Tool | What it does | Credits |
|---|---|---|
generate_image | Text-to-image with 5 models | 1–10 |
generate_video | Text-to-video, 2–12s, optional audio | 20–80 |
remove_background | Remove BG from images or videos | 2–100 |
upscale_image | 2x or 4x neural upscaling | 3–5 |
Models
Image: flux-schnell (1cr), sdxl (2cr), flux-dev (4cr), seedream (5cr), flux-pro (10cr) Video: seedance (20cr/5s, audio, 1080p), luma-ray-flash (50cr/5s, loops) BG Removal: rmbg (2cr, images), video-rmbg (100cr, transparent webm) Upscale: real-esrgan 2x (3cr) / 4x (5cr)
Getting Started
- Sign up at aether.dias.now — 50 free credits
- Create an API key in the dashboard
- Add the server config above to your MCP client
- Start generating
Plans
- Free: 50 credits, flux-schnell
- Starter ($9/mo): 500 credits, images + bg removal + upscale
- Pro ($29/mo): 2,000 credits, all models including video
- Enterprise: bulk credits (10k+), all models
Dashboard: aether.dias.now
Server Config
{
"mcpServers": {
"aether": {
"command": "npx",
"args": [
"-y",
"@aether-ai/mcp-server"
],
"env": {
"AETHER_API_KEY": "your-api-key",
"AETHER_API_URL": "https://aether-api.dias.now"
}
}
}
}